home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 34
/
Creative-Review-CD-ROM-34.iso
/
pc
/
foo
/
foos.dir
/
00052_Script_set vidMkr posn =
< prev
next >
Wrap
Text File
|
1998-01-23
|
897b
|
32 lines
on exitFrame
global present_duration
if the mouseH>590 then
cursor [the number of member "veryright", the number of member "veryrightMask"]
else if the mouseH<50 then
cursor [the number of member "veryleft", the number of member "veryleftMask"]
else
cursor [the number of member "straight", the number of member "straightMask"]
end if
set proportion=float(the movieTime of sprite 30*1000/present_duration)/1000
set the locH of sprite 57 = the left of sprite 31 + ((the right of sprite 31-the left of sprite 31)*proportion)
if the movieTime of sprite 30=present_duration and not(rollOver(35)) then
--the movieRate of sprite 30=1 and
set the member of sprite 35="play"
-- set the movieTime of sprite 30=0
set the movieRate of sprite 30=0
end if
-- updateStage
go the frame
end